Support UEFI networking protocols
authorMichael Chang <mchang@suse.com>
Mon, 9 Jan 2023 23:30:35 +0000 (18:30 -0500)
committerFelix Zielcke <fzielcke@z-51.de>
Thu, 3 Jul 2025 16:35:51 +0000 (18:35 +0200)
commitc0159d73599856641f68f0ef6e28afb8e6a87dfc
treef4e98710c8ec5a780d2c51c09bd550dbac67a00d
parent75c2cd0dd5b578e1a79e2e0cccf92dd970252241
Support UEFI networking protocols

References: fate#320130, bsc#1015589, bsc#1076132, rhbz#1732765
Co-authored-by: Peter Jones <pjones@redhat.com>
Co-authored-by: Sebastian Krahmer <krahmer@suse.com>
Co-authored-by: Javier Martinez Canillas <javierm@redhat.com>
Co-authored-by: Robbie Harwood <rharwood@redhat.com>
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Michael Chang <mchang@suse.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Gbp-Pq: Topic network
Gbp-Pq: Name support-uefi-networking-protocols.patch
17 files changed:
grub-core/Makefile.core.def
grub-core/io/bufio.c
grub-core/kern/efi/efi.c
grub-core/net/drivers/efi/efinet.c
grub-core/net/efi/dhcp.c [new file with mode: 0644]
grub-core/net/efi/http.c [new file with mode: 0644]
grub-core/net/efi/ip4_config.c [new file with mode: 0644]
grub-core/net/efi/ip6_config.c [new file with mode: 0644]
grub-core/net/efi/net.c [new file with mode: 0644]
grub-core/net/efi/pxe.c [new file with mode: 0644]
grub-core/net/http.c
grub-core/net/net.c
include/grub/efi/api.h
include/grub/efi/dhcp.h [new file with mode: 0644]
include/grub/efi/http.h [new file with mode: 0644]
include/grub/net/efi.h [new file with mode: 0644]
util/grub-mknetdir.c